Blazor | ComponentOne
C1.DataCollection Assembly / C1.DataCollection Namespace / C1LengthList<T> Class / TotalLength Property

In This Topic
    TotalLength Property (C1LengthList<T>)
    In This Topic
    Gets the accumulation of all the lengths in the list.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property TotalLength As T
    public T TotalLength {get;}
    See Also